home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / council1.dir / 00016_Script_16 < prev    next >
Text File  |  1994-11-29  |  300b  |  17 lines

  1. on exitFrame
  2.   global MNTRSC11  
  3.   
  4.   if the movieTime of sprite 4 = MNTRSC11 then
  5.     go to frame "council"
  6.   else
  7.     go the frame
  8.   end if
  9. end
  10.  
  11. on mousedown
  12.   set the movieRate of sprite 4 to 0
  13.   updateStage -- just to make sure it's stopped
  14.   go to frame "council"
  15. end mousedown
  16.  
  17.